Creating
the source file FIRST.C
Compiling FIRST.C to
create FIRST.OBJ
Linking FIRST.OBJ to
create FIRST.EXE
Executing FIRST.EXE to verify its performance
In Microsoft C,
the compiler command compiles a C source file and then links the OBJ file,
assuming that no syntax errors exist.